C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ExpandSelectionOnCopyPaste Property

In This Topic
ExpandSelectionOnCopyPaste Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property ExpandSelectionOnCopyPaste As Boolean
 
See Also